home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / triv_lib / makefile.djg < prev    next >
Makefile  |  1995-12-30  |  545b  |  26 lines

  1. #
  2. # This is the make file for the triv_lib library, DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Aug 1990
  5. #
  6.  
  7. !include "..\makeflag.djg"
  8.  
  9. OBJS =  geomat4d.o mrchcube.o trinterp.o \
  10.     triv_aux.o triv_dbg.o triv_der.o triv_err.o \
  11.     triv_ftl.o triv_gen.o \
  12.     triv_ref.o triv_sub.o trivcmpt.o trivcoer.o \
  13.     triveval.o trivmesh.o trivrais.o trivstrv.o
  14.  
  15.  
  16. libtriv.a: $(OBJS)
  17.     ar rc libtriv.a @&&!
  18. $(OBJS)
  19. !
  20.  
  21. install: libtriv.a
  22.     copy libtriv.a $(LIB_DIR_DOS)
  23.     ar s $(LIB_DIR_DOS)\libtriv.a
  24.  
  25. # Dependencies starts here - do not touch, generated automatically.
  26.